home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000429_Eric.Picheral@univ-rennes1.fr_Fri Mar 25 10:11:34 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from mailimailo.univ-rennes1.fr (mailimailo.cicb.fr) by cs.umb.edu with SMTP id AA20715
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 25 Mar 1994 03:13:00 -0500
  3. Received: from mailimailo.cicb.fr by mailimailo.univ-rennes1.fr (5.65c8/150391); Fri, 25 Mar 1994 09:11:35 +0100
  4. Message-Id: <199403250811.AA08269@mailimailo.univ-rennes1.fr>
  5. To: tex-k@cs.umb.edu
  6. Subject: Re: xdvik-1.7
  7. Date: Fri, 25 Mar 94 09:11:34 +0100
  8. From: ""Eric Picheral- CICB Rennes 99.84.71.23"" <Eric.Picheral@univ-rennes1.fr>
  9.  
  10.  
  11. [ I have discovered that there is a problem with the xdvi produced by
  12. [ this distribution.  If the user does not have a TEXINPUTS environment
  13. [ variable defined, the program crashes on trying to display an epsf
  14. [ figure.  I have narrowed it down to the call of kpse_init_path from
  15. [ within get_bitmap of epsf.c with arguments (NULL, DEFAULT_FIG_PATH,
  16. [ KPSE_TEX_ENVS).  It would appear to be the KPSE_TEX_ENVS that's
  17. [ the problem.  Setting TEXINPUTS to "" seems to do the trick though...
  18.  
  19. [ Dave.
  20.  
  21. I met the same bug, and fixed it in epsf.c by adding NULL:
  22.  
  23. 253c253
  24. <                                            KPSE_TEX_ENVS),
  25. ---
  26. >                                            KPSE_TEX_ENVS, NULL),
  27.  
  28.  
  29. ---------------------------------------------------------------------
  30. Eric Picheral                  Fax :  99 84 71 11
  31. CRI/CICB Campus de Beaulieu    Tel :  99 84 71 23
  32. 35042 Rennes Cedex  France     E-mail : Eric.Picheral@univ-rennes1.fr